2000-02-01 Federico Mena Quintero <federico@helixcode.com>
* doc/tmpl/rendering.sgml: gnome_init() does not call
gdk_rgb_init(), so don't mention that it does in the
documentation. Thanks to Alexander Kruuse <kruuse@home.se> for
pointing this out.
<important>
<para>
Since these functions use GdkRGB for rendering, you must
- initialize GdkRGB before using any of them. If you are using
- GNOME, gnome_init() will do this for you automatically.
- Otherwise, you can do this by calling gdk_rgb_init() near the
- beginning of your program.
-
+ initialize GdkRGB before using any of them. You can do this by
+ calling gdk_rgb_init() near the beginning of your program.
</para>
</important>
+2000-02-01 Federico Mena Quintero <federico@helixcode.com>
+
+ * doc/tmpl/rendering.sgml: gnome_init() does not call
+ gdk_rgb_init(), so don't mention that it does in the
+ documentation. Thanks to Alexander Kruuse <kruuse@home.se> for
+ pointing this out.
+
2000-01-31 Havoc Pennington <hp@redhat.com>
* gdk-pixbuf/Makefile.am (noinst_PROGRAMS): no testpixbuf-foo target